home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Aventura
/
dexter.swf
/
scripts
/
DefineButton2_751
/
BUTTONCONDACTION on(press).as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2003-10-24
|
349 b
|
23 lines
on(press){
if(eval("/:gotbattery") != "1")
{
set("/:found","6");
tellTarget("/found")
{
gotoAndPlay(2);
}
tellTarget("/soundgotit")
{
gotoAndPlay(2);
}
}
else
{
tellTarget("/")
{
gotoAndStop("end");
play();
}
}
}